home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / OBERON / POT / DDE / !pOt / Desc < prev    next >
Text File  |  1995-05-07  |  1KB  |  72 lines

  1. # This is a description of the wimp interface for pOt
  2.  
  3. tool_details_start
  4.    name          "pOt";
  5.    version       "1.33";
  6.    wimpslot      332k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_text_window;
  14.    has_summary_window;
  15.    display_dft_is text;
  16. metaoptions_end
  17.  
  18.  
  19. dbox_start
  20.  
  21.    icons_start
  22.       icn  3  maps_to       string  not_saved;
  23.       icn  6  maps_to "-S";
  24.       icn  7  maps_to "-N";
  25.       icn  8  maps_to "-i";
  26.       icn  9  maps_to "-o";
  27.       icn 10  maps_to "-r";
  28.       icn 11  maps_to "-t";
  29.    icons_end
  30.  
  31.    defaults
  32.       icn  6  off,
  33.       icn  7  off,
  34.       icn  8  off,
  35.       icn  9  off,
  36.       icn 10  off,
  37.       icn 11  off;
  38.  
  39.    make_defaults
  40.       icn  6 off,
  41.       icn  7 off,
  42.       icn  8 off,
  43.       icn  9 off,
  44.       icn 10 off,
  45.       icn 11 off;
  46.  
  47.    imports_start
  48.       drag_to icn  3  inserts icn  3;
  49.       drag_to any     inserts icn  3;
  50.       drag_to iconbar inserts icn  3;
  51.    imports_end
  52.  
  53. dbox_end
  54.  
  55.  
  56. menu_start
  57.  
  58.    "MS-DOS end-of-line"    maps_to "-UM";
  59.    "Filename in errors"    maps_to "-L";
  60.  
  61.    defaults
  62.      menu 1 off,
  63.      menu 2 on;
  64.  
  65. menu_end
  66.  
  67.  
  68. order_is icn 6, icn 7, icn 8, icn 9, icn 10, icn 11, menu 1, menu 2, icn 3;
  69.  
  70.  
  71. make_order_is icn 6, icn 7, icn 8, icn 9, icn 10, icn 11, menu 1, menu 2, icn 3;
  72.